home *** CD-ROM | disk | FTP | other *** search
/ QuickTime VR Showcase / QuickTime VR Showcase.iso / 3rd Parties / Software / Apple / AMT 2.1 New Features Demo / SOURCES / oflipbooks_2_11.k < prev    next >
Encoding:
Text File  |  1996-12-21  |  18.6 KB  |  942 lines  |  [TEXT/MPS ]

  1. object oflipbooks_2_11 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is -1;
  5.     Items is [
  6.         oKeyboard_Volume__11_54,
  7.         oTimer_Train___Man_11_44,
  8.         oFB_GLASS_MOV_11_49,
  9.         oFB_SNDT_MOV_11_48,
  10.         oClick_Sound__Up__11_2,
  11.         oClick_Sound__down__11_3,
  12.         oFB_BCK2_PIC_11_15,
  13.         oArrow_Right_Yellow_Highligh_11_4,
  14.         oArrow_Left_Yellow_Highlight_11_5,
  15.         oExit_Yellow_Highlight_11_6,
  16.         oExplain_Yellow_Highlight_11_46,
  17.         oMenu_Yellow_Highlight_11_8,
  18.         oArrow_Left_Inverse_11_9,
  19.         oArrow_Right_Inverse_11_10,
  20.         oExit_Inverse_11_11,
  21.         oExplain_Inverse_11_12,
  22.         oMenu_Inverse_11_13,
  23.         oFB_NAME_PIC_11_16,
  24.         oFB_TRAIN_PIC_11_18,
  25.         oFB_NEON_PIC_11_21,
  26.         oFB_MANW_PIC1_11_25,
  27.         oFB_MANW_PIC2_11_26,
  28.         oFB_WMN_PIC_11_28,
  29.         oFB_MDWN_PIC1_11_29,
  30.         oFB_MDWN_PIC1_11_30,
  31.         oFB_MDWN_PIC1_11_31,
  32.         oFB_SMWN_PIC_11_32,
  33.         oFB_SMWN_PIC_11_33,
  34.         oFB_SMWN_PIC_11_41,
  35.         oFB_BGBL_PIC_11_34,
  36.         oFB_BGBL_PIC2_11_35,
  37.         oFB_HLP2_PIC_11_47
  38.     ];
  39. end;
  40.  
  41.  
  42. object oKeyboard_Volume__11_54 is cKeyboardHandler
  43. with
  44.     Behavior is cDefaultBehavior
  45.     has
  46.         KeyDown(theTarget, theKey)
  47.         use
  48.             KeyMatch;
  49.             
  50.             do
  51.                 KeyMatch := theKey = '-';
  52.                 if KeyMatch then
  53.                     theTarget.DoDefaultMethod := false;
  54.                 
  55.                     oSoundVolume.StepIndexBy(-1);
  56.                 end;
  57.                 KeyMatch := theKey = '=';
  58.                 if KeyMatch then
  59.                     theTarget.DoDefaultMethod := false;
  60.                 
  61.                     oSoundVolume.StepIndexBy(1);
  62.                 end;
  63.                 KeyMatch := theKey = '+';
  64.                 if KeyMatch then
  65.                     theTarget.DoDefaultMethod := false;
  66.                 
  67.                     oSoundVolume.StepIndexBy(1);
  68.                 end;
  69.             end;
  70.         
  71.     with
  72.         Enabled is true; Shown is false; 
  73.         X is 30; Y is 24; Width is 0; Height is 0;
  74.     end;
  75. end;
  76.  
  77.  
  78. object oTimer_Train___Man_11_44 is cTimerHandler
  79. with
  80.     TimerShown is false;
  81.     Duration is 1728000;
  82.     Ageing is 30;
  83.     ResetOnInteraction is false;
  84.     Behavior is cDefaultBehavior
  85.     has
  86.         Offscreen(theTarget)
  87.             do
  88.                 theTarget.Run(true);
  89.                 oFB_SNDT_MOV_11_48.Run(true);
  90.             end;
  91.         
  92.         OnTime(theTarget, theTime)
  93.             do
  94.                 if theTime = -1 then
  95.                     theTarget.RegisterOnTime(240);
  96.                 else if theTime = 240 then
  97.                     oFB_MANW_PIC1_11_25.Run(true);
  98.                 end;
  99.                 if theTime = -1 then
  100.                     theTarget.RegisterOnTime(510);
  101.                 else if theTime = 510 then
  102.                     oFB_TRAIN_PIC_11_18.Show(true);
  103.                     oFB_TRAIN_PIC_11_18.Run(true);
  104.                 end;
  105.                 if theTime = -1 then
  106.                     theTarget.RegisterOnTime(1620);
  107.                 else if theTime = 1620 then
  108.                     oFB_TRAIN_PIC_11_18.Show(true);
  109.                     oFB_TRAIN_PIC_11_18.Run(true);
  110.                 end;
  111.                 if theTime = -1 then
  112.                     theTarget.RegisterOnTime(2700);
  113.                 else if theTime = 2700 then
  114.                     oFB_TRAIN_PIC_11_18.Show(true);
  115.                     oFB_TRAIN_PIC_11_18.Run(true);
  116.                 end;
  117.                 if theTime = -1 then
  118.                     theTarget.RegisterOnTime(3600);
  119.                 else if theTime = 3600 then
  120.                     oFB_TRAIN_PIC_11_18.Show(true);
  121.                     oFB_TRAIN_PIC_11_18.Run(true);
  122.                 end;
  123.             end;
  124.         
  125.     with
  126.         Enabled is false; Shown is false; 
  127.         X is 170; Y is 360; Width is 5; Height is 11;
  128.     end;
  129. end;
  130.  
  131.  
  132. object oFB_GLASS_MOV_11_49 is cMovieHandler
  133. with
  134.     Supplier is oFB_GLASS_MOV;
  135.     Behavior is cDefaultBehavior
  136.     has
  137.     with
  138.         Enabled is true; Shown is true; 
  139.         X is 250; Y is 187; Width is 0; Height is 0;
  140.     end;
  141. end;
  142.  
  143.  
  144. object oFB_SNDT_MOV_11_48 is cMovieHandler
  145. with
  146.     Supplier is oFB_SNDT_MOV;
  147.     Behavior is cDefaultBehavior
  148.     has
  149.         Offscreen(theTarget)
  150.             do
  151.                 theTarget.Run(true);
  152.             end;
  153.         
  154.         Finished(theTarget)
  155.             do
  156.                 theTarget.GoToBeginning();
  157.                 theTarget.Run(true);
  158.                 oTimer_Train___Man_11_44.GoToBeginning();
  159.             end;
  160.         
  161.     with
  162.         Enabled is false; Shown is false; 
  163.         X is 297; Y is 86; Width is 0; Height is 0;
  164.     end;
  165. end;
  166.  
  167.  
  168. object oClick_Sound__Up__11_2 is cSoundHandler
  169. with
  170.     Supplier is oS3_2clk_WAV;
  171.     Behavior is cDefaultBehavior
  172.     has
  173.     with
  174.         Enabled is true; Shown is true; 
  175.         X is 247; Y is 128; Width is 32; Height is 24;
  176.     end;
  177. end;
  178.  
  179.  
  180. object oClick_Sound__down__11_3 is cSoundHandler
  181. with
  182.     Supplier is oS3_clk_WAV;
  183.     Behavior is cDefaultBehavior
  184.     has
  185.     with
  186.         Enabled is true; Shown is true; 
  187.         X is 304; Y is 228; Width is 32; Height is 24;
  188.     end;
  189. end;
  190.  
  191.  
  192. object oFB_BCK2_PIC_11_15 is cPictureHandler
  193. with
  194.     Duration is -1;
  195.     Supplier is oFB_BCK2_PIC;
  196.     Behavior is cDefaultBehavior
  197.     has
  198.     with
  199.         Enabled is false; Shown is true; 
  200.         X is 0; Y is 0; Width is 640; Height is 480;
  201.     end;
  202. end;
  203.  
  204.  
  205. object oArrow_Right_Yellow_Highligh_11_4 is cPictureHandler
  206. with
  207.     Duration is -1;
  208.     Supplier is oS2_ALYH_PIC;
  209.     Behavior is cDefaultBehavior
  210.     has
  211.         Offscreen(theTarget)
  212.             do
  213.                 theTarget.Show(false);
  214.             end;
  215.         
  216.         MouseEnter(theTarget, theX, theY)
  217.             do
  218.                 theTarget.Show(true);
  219.             end;
  220.         
  221.         MouseLeave(theTarget, theX, theY)
  222.             do
  223.                 theTarget.Show(false);
  224.             end;
  225.         
  226.         MouseDown(theTarget, theX, theY)
  227.             do
  228.                 theTarget.Show(false);
  229.                 oArrow_Right_Inverse_11_10.Show(true);
  230.                 -- Turn off the spining cursor, if there is one
  231.                 if oBinder.MouseSpin<>void then
  232.                     if oBinder.MouseSpin.IsRunning() then
  233.                         oBinder.MouseSpin.Stop();
  234.                     end;
  235.                     oBinder.MouseSpin := void;
  236.                 end;
  237.                 theTarget.Container.OverrideCursor := true;
  238.                 oBinder.MouseSpin := oHandSpin;
  239.                 if (oBinder.MouseSpin @ 1).Data=void then
  240.                     oBinder.MouseSpin.EachUp(Load);
  241.                 end;
  242.                 if not oBinder.MouseSpin.IsRunning() then
  243.                     oBinder.MouseSpin.Start();
  244.                 end;
  245.                 oBinder.Refresh();
  246.                 oClick_Sound__down__11_3.Run(true);
  247.             end;
  248.         
  249.         MouseUp(theTarget, theX, theY)
  250.             do
  251.                 theTarget.Show(true);
  252.                 oArrow_Right_Inverse_11_10.Show(false);
  253.                 -- Turn off the spining cursor, if there is one
  254.                 if oBinder.MouseSpin<>void then
  255.                     if oBinder.MouseSpin.IsRunning() then
  256.                         oBinder.MouseSpin.Stop();
  257.                     end;
  258.                     oBinder.MouseSpin := void;
  259.                 end;
  260.                 theTarget.Container.OverrideCursor := false;
  261.                 oBinder.Refresh();
  262.                 oClick_Sound__Up__11_2.Run(true);
  263.                 oBinder.Goto(oMain_Menu_1);
  264.                 oBinder.SetTransition(oVerticalStore, 30);
  265.             end;
  266.         
  267.     with
  268.         Enabled is true; Shown is true; 
  269.         X is 473; Y is 426; Width is 55; Height is 54;
  270.     end;
  271. end;
  272.  
  273.  
  274. object oArrow_Left_Yellow_Highlight_11_5 is cPictureHandler
  275. with
  276.     Duration is -1;
  277.     Supplier is oS2_ARYH_PIC;
  278.     Behavior is cDefaultBehavior
  279.     has
  280.         Offscreen(theTarget)
  281.             do
  282.                 theTarget.Show(false);
  283.             end;
  284.         
  285.         MouseEnter(theTarget, theX, theY)
  286.             do
  287.                 theTarget.Show(true);
  288.             end;
  289.         
  290.         MouseLeave(theTarget, theX, theY)
  291.             do
  292.                 theTarget.Show(false);
  293.             end;
  294.         
  295.         MouseDown(theTarget, theX, theY)
  296.             do
  297.                 theTarget.Show(false);
  298.                 oArrow_Left_Inverse_11_9.Show(true);
  299.                 -- Turn off the spining cursor, if there is one
  300.                 if oBinder.MouseSpin<>void then
  301.                     if oBinder.MouseSpin.IsRunning() then
  302.                         oBinder.MouseSpin.Stop();
  303.                     end;
  304.                     oBinder.MouseSpin := void;
  305.                 end;
  306.                 theTarget.Container.OverrideCursor := true;
  307.                 oBinder.MouseSpin := oHandSpin;
  308.                 if (oBinder.MouseSpin @ 1).Data=void then
  309.                     oBinder.MouseSpin.EachUp(Load);
  310.                 end;
  311.                 if not oBinder.MouseSpin.IsRunning() then
  312.                     oBinder.MouseSpin.Start();
  313.                 end;
  314.                 oBinder.Refresh();
  315.                 oClick_Sound__down__11_3.Run(true);
  316.             end;
  317.         
  318.         MouseUp(theTarget, theX, theY)
  319.             do
  320.                 theTarget.Show(true);
  321.                 oArrow_Left_Inverse_11_9.Show(false);
  322.                 -- Turn off the spining cursor, if there is one
  323.                 if oBinder.MouseSpin<>void then
  324.                     if oBinder.MouseSpin.IsRunning() then
  325.                         oBinder.MouseSpin.Stop();
  326.                     end;
  327.                     oBinder.MouseSpin := void;
  328.                 end;
  329.                 theTarget.Container.OverrideCursor := false;
  330.                 oBinder.Refresh();
  331.                 oClick_Sound__Up__11_2.Run(true);
  332.                 oBinder.Goto(oFlipbooks_1_10);
  333.                 oBinder.SetTransition(oVerticalStore, 30);
  334.             end;
  335.         
  336.     with
  337.         Enabled is true; Shown is true; 
  338.         X is 377; Y is 426; Width is 60; Height is 54;
  339.     end;
  340. end;
  341.  
  342.  
  343. object oExit_Yellow_Highlight_11_6 is cPictureHandler
  344. with
  345.     Duration is -1;
  346.     Supplier is oS2_ETYH_PIC;
  347.     Behavior is cDefaultBehavior
  348.     has
  349.         Offscreen(theTarget)
  350.             do
  351.                 theTarget.Show(false);
  352.             end;
  353.         
  354.         MouseEnter(theTarget, theX, theY)
  355.             do
  356.                 theTarget.Show(true);
  357.             end;
  358.         
  359.         MouseLeave(theTarget, theX, theY)
  360.             do
  361.                 theTarget.Show(false);
  362.             end;
  363.         
  364.         MouseDown(theTarget, theX, theY)
  365.             do
  366.                 theTarget.Show(false);
  367.                 oExit_Inverse_11_11.Show(true);
  368.                 -- Turn off the spining cursor, if there is one
  369.                 if oBinder.MouseSpin<>void then
  370.                     if oBinder.MouseSpin.IsRunning() then
  371.                         oBinder.MouseSpin.Stop();
  372.                     end;
  373.                     oBinder.MouseSpin := void;
  374.                 end;
  375.                 theTarget.Container.OverrideCursor := true;
  376.                 oBinder.MouseSpin := oHandSpin;
  377.                 if (oBinder.MouseSpin @ 1).Data=void then
  378.                     oBinder.MouseSpin.EachUp(Load);
  379.                 end;
  380.                 if not oBinder.MouseSpin.IsRunning() then
  381.                     oBinder.MouseSpin.Start();
  382.                 end;
  383.                 oBinder.Refresh();
  384.                 oClick_Sound__down__11_3.Run(true);
  385.             end;
  386.         
  387.         MouseUp(theTarget, theX, theY)
  388.             do
  389.                 theTarget.Show(true);
  390.                 oExit_Inverse_11_11.Show(false);
  391.                 -- Turn off the spining cursor, if there is one
  392.                 if oBinder.MouseSpin<>void then
  393.                     if oBinder.MouseSpin.IsRunning() then
  394.                         oBinder.MouseSpin.Stop();
  395.                     end;
  396.                     oBinder.MouseSpin := void;
  397.                 end;
  398.                 theTarget.Container.OverrideCursor := false;
  399.                 oBinder.Refresh();
  400.                 oClick_Sound__Up__11_2.Run(true);
  401.                 oBinder.Quit();
  402.             end;
  403.         
  404.     with
  405.         Enabled is true; Shown is true; 
  406.         X is 528; Y is 426; Width is 111; Height is 54;
  407.     end;
  408. end;
  409.  
  410.  
  411. object oExplain_Yellow_Highlight_11_46 is cPictureHandler
  412. with
  413.     Duration is -1;
  414.     Supplier is oS2_EXYH_PIC;
  415.     Behavior is cDefaultBehavior
  416.     has
  417.         Offscreen(theTarget)
  418.             do
  419.                 theTarget.Show(false);
  420.             end;
  421.         
  422.         MouseEnter(theTarget, theX, theY)
  423.             do
  424.                 theTarget.Show(true);
  425.                 -- Turn off the spining cursor, if there is one
  426.                 if oBinder.MouseSpin<>void then
  427.                     if oBinder.MouseSpin.IsRunning() then
  428.                         oBinder.MouseSpin.Stop();
  429.                     end;
  430.                     oBinder.MouseSpin := void;
  431.                 end;
  432.                 theTarget.Container.OverrideCursor := true;
  433.                 if oQueryCursor=void then
  434.                     oQueryCursor.Load();
  435.                 end;
  436.                 oQueryCursor.Set();
  437.             end;
  438.         
  439.         MouseLeave(theTarget, theX, theY)
  440.             do
  441.                 theTarget.Show(false);
  442.                 -- Turn off the spining cursor, if there is one
  443.                 if oBinder.MouseSpin<>void then
  444.                     if oBinder.MouseSpin.IsRunning() then
  445.                         oBinder.MouseSpin.Stop();
  446.                     end;
  447.                     oBinder.MouseSpin := void;
  448.                 end;
  449.                 theTarget.Container.OverrideCursor := false;
  450.             end;
  451.         
  452.         MouseDown(theTarget, theX, theY)
  453.             do
  454.                 theTarget.Show(false);
  455.                 oExplain_Inverse_11_12.Show(true);
  456.                 oBinder.Refresh();
  457.                 oClick_Sound__down__11_3.Run(true);
  458.                 oFB_HLP2_PIC_11_47.Show(not oFB_HLP2_PIC_11_47.IsShown());
  459.                 oFB_WMN_PIC_11_28.Enable(not oFB_WMN_PIC_11_28.IsEnabled());
  460.                 oFB_NEON_PIC_11_21.Enable(not oFB_NEON_PIC_11_21.IsEnabled());
  461.             end;
  462.         
  463.         MouseUp(theTarget, theX, theY)
  464.             do
  465.                 theTarget.Show(true);
  466.                 oExplain_Inverse_11_12.Show(false);
  467.                 oBinder.Refresh();
  468.                 oClick_Sound__Up__11_2.Run(true);
  469.             end;
  470.         
  471.     with
  472.         Enabled is true; Shown is true; 
  473.         X is 289; Y is 427; Width is 87; Height is 53;
  474.     end;
  475. end;
  476.  
  477.  
  478. object oMenu_Yellow_Highlight_11_8 is cPictureHandler
  479. with
  480.     Duration is -1;
  481.     Supplier is oS2_MNUYH_PIC;
  482.     Behavior is cDefaultBehavior
  483.     has
  484.         Offscreen(theTarget)
  485.             do
  486.                 theTarget.Show(false);
  487.             end;
  488.         
  489.         MouseEnter(theTarget, theX, theY)
  490.             do
  491.                 theTarget.Show(true);
  492.             end;
  493.         
  494.         MouseLeave(theTarget, theX, theY)
  495.             do
  496.                 theTarget.Show(false);
  497.             end;
  498.         
  499.         MouseDown(theTarget, theX, theY)
  500.             do
  501.                 theTarget.Show(false);
  502.                 oMenu_Inverse_11_13.Show(true);
  503.                 -- Turn off the spining cursor, if there is one
  504.                 if oBinder.MouseSpin<>void then
  505.                     if oBinder.MouseSpin.IsRunning() then
  506.                         oBinder.MouseSpin.Stop();
  507.                     end;
  508.                     oBinder.MouseSpin := void;
  509.                 end;
  510.                 theTarget.Container.OverrideCursor := true;
  511.                 oBinder.MouseSpin := oHandSpin;
  512.                 if (oBinder.MouseSpin @ 1).Data=void then
  513.                     oBinder.MouseSpin.EachUp(Load);
  514.                 end;
  515.                 if not oBinder.MouseSpin.IsRunning() then
  516.                     oBinder.MouseSpin.Start();
  517.                 end;
  518.                 oBinder.Refresh();
  519.                 oClick_Sound__down__11_3.Run(true);
  520.             end;
  521.         
  522.         MouseUp(theTarget, theX, theY)
  523.             do
  524.                 theTarget.Show(true);
  525.                 oMenu_Inverse_11_13.Show(false);
  526.                 -- Turn off the spining cursor, if there is one
  527.                 if oBinder.MouseSpin<>void then
  528.                     if oBinder.MouseSpin.IsRunning() then
  529.                         oBinder.MouseSpin.Stop();
  530.                     end;
  531.                     oBinder.MouseSpin := void;
  532.                 end;
  533.                 theTarget.Container.OverrideCursor := false;
  534.                 oBinder.Refresh();
  535.                 oClick_Sound__Up__11_2.Run(true);
  536.                 oBinder.Goto(oMain_Menu_1);
  537.             end;
  538.         
  539.     with
  540.         Enabled is true; Shown is true; 
  541.         X is 163; Y is 427; Width is 126; Height is 53;
  542.     end;
  543. end;
  544.  
  545.  
  546. object oArrow_Left_Inverse_11_9 is cPictureHandler
  547. with
  548.     Duration is -1;
  549.     Supplier is oS2_ALI_PIC;
  550.     Behavior is cDefaultBehavior
  551.     has
  552.         Offscreen(theTarget)
  553.             do
  554.                 theTarget.Show(false);
  555.                 theTarget.Enable(false);
  556.             end;
  557.         
  558.     with
  559.         Enabled is true; Shown is true; 
  560.         X is 381; Y is 441; Width is 51; Height is 40;
  561.     end;
  562. end;
  563.  
  564.  
  565. object oArrow_Right_Inverse_11_10 is cPictureHandler
  566. with
  567.     Duration is -1;
  568.     Supplier is oS2_ARI_PIC;
  569.     Behavior is cDefaultBehavior
  570.     has
  571.         Offscreen(theTarget)
  572.             do
  573.                 theTarget.Show(false);
  574.                 theTarget.Enable(false);
  575.             end;
  576.         
  577.     with
  578.         Enabled is true; Shown is true; 
  579.         X is 477; Y is 438; Width is 50; Height is 42;
  580.     end;
  581. end;
  582.  
  583.  
  584. object oExit_Inverse_11_11 is cPictureHandler
  585. with
  586.     Duration is -1;
  587.     Supplier is oS2_ETI_PIC;
  588.     Behavior is cDefaultBehavior
  589.     has
  590.         Offscreen(theTarget)
  591.             do
  592.                 theTarget.Show(false);
  593.                 theTarget.Enable(false);
  594.             end;
  595.         
  596.     with
  597.         Enabled is true; Shown is true; 
  598.         X is 528; Y is 439; Width is 112; Height is 42;
  599.     end;
  600. end;
  601.  
  602.  
  603. object oExplain_Inverse_11_12 is cPictureHandler
  604. with
  605.     Duration is -1;
  606.     Supplier is oS2_EXI_PIC;
  607.     Behavior is cDefaultBehavior
  608.     has
  609.         Offscreen(theTarget)
  610.             do
  611.                 theTarget.Show(false);
  612.                 theTarget.Enable(false);
  613.             end;
  614.         
  615.     with
  616.         Enabled is true; Shown is true; 
  617.         X is 291; Y is 438; Width is 87; Height is 43;
  618.     end;
  619. end;
  620.  
  621.  
  622. object oMenu_Inverse_11_13 is cPictureHandler
  623. with
  624.     Duration is -1;
  625.     Supplier is oS2_MNUI_PIC;
  626.     Behavior is cDefaultBehavior
  627.     has
  628.         Offscreen(theTarget)
  629.             do
  630.                 theTarget.Show(false);
  631.                 theTarget.Enable(false);
  632.             end;
  633.         
  634.     with
  635.         Enabled is true; Shown is true; 
  636.         X is 167; Y is 438; Width is 123; Height is 43;
  637.     end;
  638. end;
  639.  
  640.  
  641. object oFB_NAME_PIC_11_16 is cFlipbookHandler
  642. with
  643.     FirstFrame is 1;
  644.     Looping is true;
  645.     Rythm is 60;
  646.     Supplier is oFB_NAME_PIC;
  647.     Behavior is cDefaultBehavior
  648.     has
  649.         Onscreen(theTarget)
  650.             do
  651.                 theTarget.Run(true);
  652.             end;
  653.         
  654.     with
  655.         Enabled is false; Shown is true; 
  656.         X is 188; Y is 8; Width is 235; Height is 116;
  657.     end;
  658. end;
  659.  
  660.  
  661. object oFB_TRAIN_PIC_11_18 is cFlipbookHandler
  662. with
  663.     FirstFrame is 0;
  664.     Looping is false;
  665.     Rythm is 20;
  666.     Supplier is oFB_TRAIN_PIC;
  667.     Behavior is cDefaultBehavior
  668.     has
  669.         Finished(theTarget)
  670.             do
  671.                 theTarget.GoToBeginning();
  672.                 oFB_TRAIN_PIC_11_18.Show(false);
  673.             end;
  674.         
  675.     with
  676.         Enabled is false; Shown is false; 
  677.         X is 169; Y is 342; Width is 322; Height is 42;
  678.     end;
  679. end;
  680.  
  681.  
  682. object oFB_NEON_PIC_11_21 is cFlipbookHandler
  683. with
  684.     FirstFrame is 0;
  685.     Looping is true;
  686.     Rythm is 20;
  687.     Supplier is oFB_NEON_PIC;
  688.     Behavior is cDefaultBehavior
  689.     has
  690.         Onscreen(theTarget)
  691.             do
  692.                 theTarget.Run(true);
  693.             end;
  694.         
  695.     with
  696.         Enabled is false; Shown is true; 
  697.         X is 469; Y is 151; Width is 84; Height is 54;
  698.     end;
  699. end;
  700.  
  701.  
  702. object oFB_MANW_PIC1_11_25 is cFlipbookHandler
  703. with
  704.     FirstFrame is 1;
  705.     Looping is false;
  706.     Rythm is 10;
  707.     Supplier is oFB_MANW_PIC;
  708.     Behavior is cDefaultBehavior
  709.     has
  710.         Finished(theTarget)
  711.             do
  712.                 oFB_MANW_PIC2_11_26.Run(true);
  713.                 oFB_MANW_PIC2_11_26.Show(true);
  714.             end;
  715.         
  716.     with
  717.         Enabled is false; Shown is true; 
  718.         X is 506; Y is 334; Width is 26; Height is 40;
  719.     end;
  720. end;
  721.  
  722.  
  723. object oFB_MANW_PIC2_11_26 is cFlipbookHandler
  724. with
  725.     FirstFrame is 1;
  726.     Looping is false;
  727.     Rythm is 10;
  728.     Supplier is oFB_MANW_PIC;
  729.     Behavior is cDefaultBehavior
  730.     has
  731.         Finished(theTarget)
  732.             do
  733.                 oFB_WMN_PIC_11_28.Run(true);
  734.                 oFB_GLASS_MOV_11_49.Run(true);
  735.             end;
  736.         
  737.     with
  738.         Enabled is false; Shown is false; 
  739.         X is 548; Y is 334; Width is 26; Height is 40;
  740.     end;
  741. end;
  742.  
  743.  
  744. object oFB_WMN_PIC_11_28 is cFlipbookHandler
  745. with
  746.     FirstFrame is 0;
  747.     Looping is false;
  748.     Rythm is 15;
  749.     Supplier is oFB_WMN_PIC;
  750.     Behavior is cDefaultBehavior
  751.     has
  752.         MouseDown(theTarget, theX, theY)
  753.             do
  754.                 theTarget.Run(true);
  755.                 oFB_GLASS_MOV_11_49.Run(true);
  756.             end;
  757.         
  758.         Finished(theTarget)
  759.             do
  760.                 theTarget.GoToBeginning();
  761.             end;
  762.         
  763.     with
  764.         Enabled is true; Shown is true; 
  765.         X is 607; Y is 334; Width is 26; Height is 40;
  766.     end;
  767. end;
  768.  
  769.  
  770. object oFB_MDWN_PIC1_11_29 is cFlipbookHandler
  771. with
  772.     FirstFrame is 0;
  773.     Looping is true;
  774.     Rythm is 120;
  775.     Supplier is oFB_MDWN_PIC;
  776.     Behavior is cDefaultBehavior
  777.     has
  778.         Onscreen(theTarget)
  779.             do
  780.                 theTarget.Run(true);
  781.             end;
  782.         
  783.     with
  784.         Enabled is false; Shown is true; 
  785.         X is 431; Y is 146; Width is 9; Height is 11;
  786.     end;
  787. end;
  788.  
  789.  
  790. object oFB_MDWN_PIC1_11_30 is cFlipbookHandler
  791. with
  792.     FirstFrame is 0;
  793.     Looping is true;
  794.     Rythm is 100;
  795.     Supplier is oFB_MDWN_PIC;
  796.     Behavior is cDefaultBehavior
  797.     has
  798.         Onscreen(theTarget)
  799.             do
  800.                 theTarget.Run(true);
  801.             end;
  802.         
  803.     with
  804.         Enabled is false; Shown is true; 
  805.         X is 380; Y is 246; Width is 9; Height is 11;
  806.     end;
  807. end;
  808.  
  809.  
  810. object oFB_MDWN_PIC1_11_31 is cFlipbookHandler
  811. with
  812.     FirstFrame is 0;
  813.     Looping is true;
  814.     Rythm is 205;
  815.     Supplier is oFB_MDWN_PIC;
  816.     Behavior is cDefaultBehavior
  817.     has
  818.         Onscreen(theTarget)
  819.             do
  820.                 theTarget.Run(true);
  821.             end;
  822.         
  823.     with
  824.         Enabled is false; Shown is true; 
  825.         X is 405; Y is 147; Width is 10; Height is 10;
  826.     end;
  827. end;
  828.  
  829.  
  830. object oFB_SMWN_PIC_11_32 is cFlipbookHandler
  831. with
  832.     FirstFrame is 0;
  833.     Looping is true;
  834.     Rythm is 165;
  835.     Supplier is oFB_SMWN_PIC;
  836.     Behavior is cDefaultBehavior
  837.     has
  838.         Onscreen(theTarget)
  839.             do
  840.                 theTarget.Run(true);
  841.             end;
  842.         
  843.     with
  844.         Enabled is false; Shown is true; 
  845.         X is 537; Y is 108; Width is 8; Height is 9;
  846.     end;
  847. end;
  848.  
  849.  
  850. object oFB_SMWN_PIC_11_33 is cFlipbookHandler
  851. with
  852.     FirstFrame is 2;
  853.     Looping is true;
  854.     Rythm is 45;
  855.     Supplier is oFB_SMWN_PIC;
  856.     Behavior is cDefaultBehavior
  857.     has
  858.         Onscreen(theTarget)
  859.             do
  860.                 theTarget.Run(true);
  861.             end;
  862.         
  863.     with
  864.         Enabled is false; Shown is true; 
  865.         X is 568; Y is 122; Width is 8; Height is 9;
  866.     end;
  867. end;
  868.  
  869.  
  870. object oFB_SMWN_PIC_11_41 is cFlipbookHandler
  871. with
  872.     FirstFrame is 2;
  873.     Looping is true;
  874.     Rythm is 222;
  875.     Supplier is oFB_SMWN_PIC;
  876.     Behavior is cDefaultBehavior
  877.     has
  878.         Onscreen(theTarget)
  879.             do
  880.                 theTarget.Run(true);
  881.             end;
  882.         
  883.     with
  884.         Enabled is false; Shown is true; 
  885.         X is 568; Y is 94; Width is 8; Height is 9;
  886.     end;
  887. end;
  888.  
  889.  
  890. object oFB_BGBL_PIC_11_34 is cFlipbookHandler
  891. with
  892.     FirstFrame is 0;
  893.     Looping is true;
  894.     Rythm is 98;
  895.     Supplier is oFB_BGBL_PIC;
  896.     Behavior is cDefaultBehavior
  897.     has
  898.         Onscreen(theTarget)
  899.             do
  900.                 theTarget.Run(true);
  901.             end;
  902.         
  903.     with
  904.         Enabled is false; Shown is true; 
  905.         X is 243; Y is 234; Width is 12; Height is 16;
  906.     end;
  907. end;
  908.  
  909.  
  910. object oFB_BGBL_PIC2_11_35 is cFlipbookHandler
  911. with
  912.     FirstFrame is 1;
  913.     Looping is true;
  914.     Rythm is 300;
  915.     Supplier is oFB_BGBL_PIC;
  916.     Behavior is cDefaultBehavior
  917.     has
  918.         Onscreen(theTarget)
  919.             do
  920.                 theTarget.Run(true);
  921.             end;
  922.         
  923.     with
  924.         Enabled is false; Shown is true; 
  925.         X is 298; Y is 282; Width is 12; Height is 16;
  926.     end;
  927. end;
  928.  
  929.  
  930. object oFB_HLP2_PIC_11_47 is cPictureHandler
  931. with
  932.     Duration is -1;
  933.     Supplier is oFB_HLP2_PIC;
  934.     Behavior is cDefaultBehavior
  935.     has
  936.     with
  937.         Enabled is false; Shown is false; 
  938.         X is 169; Y is 0; Width is 471; Height is 425;
  939.     end;
  940. end;
  941.  
  942.